home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / rettig.arc / TRSOURCE.EXE / TR_MEM.PRG < prev    next >
Text File  |  1990-10-22  |  367b  |  15 lines

  1. *********
  2. * Function : MEM
  3. * By : Leonard Zerman
  4. * Placed in the public domain by Tom Rettig Associates, 10/22/1990.
  5. *
  6. * Syntax: MEM()
  7. * Return: <expN> maximum number of K bytes available for allocation.
  8. * Note..: This is implimented for downward compatibility with
  9. *         previous versions.
  10. *********
  11. FUNCTION MEM
  12. RETURN ( MEMORY(0) ) 
  13. * eof mem *
  14.  
  15.